home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1481 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.4 KB

  1. Date: Thu, 26 May 94 17:22 CDT
  2. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  3. To: mint@atari.archive.umich.edu
  4. Subject: GEMDOS re-entrancy
  5.  
  6.  
  7. ========================================================================
  8. So my vote is: Block GEMDOS, AES and VDI for a first attempt. It
  9. will still prove to be useful, and I could at least add some
  10. kind of background transfer into the driver and have it tested.
  11.  
  12. BTW: I would be interested how all this will be done in Mag!X.
  13. I hear that they are working on all those things that we are still
  14. just discussing. D*mn, how I wish we could somehow merge MiNT
  15. and Mag!X...
  16. ========================================================================
  17.  
  18. Alright, how do we work the semaphores?  Just put the trap to a routine
  19. that puts the process to sleep?  Hmm .. that won't work if the traps are
  20. per-process.  Hmm ... I guess it doesn't really matter.  It looks like the
  21. best bet for now.
  22.  
  23. I don't like Mag!x.  No pipes, no memory protection, no shared memory,
  24. no Unix tools (such as multi-user), no loadable device drivers or file
  25. systems, and a limit of 16 processes.  I hope that process list doesn't
  26. count TSRs and deamons or sleeping parents waiting on a child, or that
  27. list will get filled awfully quick.  I hear that most of the OS is just
  28. "borrowed" routines.  Modem IO is HSMODEM, and other such routines.
  29. Merging MiNT and Mag!x wouldn't really be possible, well, maybe it could,
  30. but Mag!x is commercial, and they want money.
  31.  
  32.